[PATCH] fix system-abseil build even with 2022 version
authorRene Engelhard <rene@rene-engelhard.de>
Fri, 15 Dec 2023 22:45:04 +0000 (23:45 +0100)
committerRaspbian forward porter <root@raspbian.org>
Sun, 8 Sep 2024 14:58:19 +0000 (14:58 +0000)
commiteac3d26a84cb20abe97e98e262acc77b411ecca8
treed3802adf9185853e38f68a86b08dc4e9d9a59c78
parenteeb1f0bbc33a3c0af5efcf9b4cdfa094e5f0e582
[PATCH] fix system-abseil build even with 2022 version

actually it seems it was a internal abseil header from pdfium vs. system
header mismatch. Include proper absl/container/inlined_vector.h if using
system-abseil.

While at it we can also just use pkg-config, no idea why I did it
without back then. Also gets the advantage that it knows that the libs
needed for absl_inlined_vector is actually
-labsl_throw_delegate -labsl_raw_logging_internal -labsl_log_severity

This effectively reverts e89723103313ec4366ee58144c47d7a5c16bf838

Change-Id: Ide4f79860b4e0673c5c6587d503058bdd2930744

Gbp-Pq: Name fix-system-abseil-build.diff
configure.ac
external/pdfium/Library_pdfium.mk
external/pdfium/UnpackedTarball_pdfium.mk
external/pdfium/annot.patch.1
external/pdfium/system-abseil.diff [new file with mode: 0644]